home *** CD-ROM | disk | FTP | other *** search
- /* $VER: SF128 40.2 (21.3.99)
- *
- * 128MB MO file system entry, for superfloppy type MS-DOS disks.
- *
- * This file enables CrossDOSFileSystem on a 128MB MO disk cartridge.
- */
-
- /* 128MB MO disks have 248826 512-byte sectors. */
-
- FileSystem = L:CrossDOSFileSystem
- Flags = 0
- Surfaces = 1
- BlocksPerTrack = 1
- SectorsPerBlock = 1
- SectorSize = 512
- Mask = 0x7FFFFFFE /* Change to suit your system and SCSI controller */
- MaxTransfer = 0xFFFFFFFE /* Change to suit your system and SCSI controller */
- Reserved = 1
- Interleave = 0
- LowCyl = 0
- HighCyl = 248825
- Buffers = 128 /* Number of 512-byte filesystem buffers */
- BufMemType = 1
- DosType = 0x4D534400
- StackSize = 600
- Priority = 10
- GlobVec = -1
-
- /* The Device and Unit fields are controlled by tooltypes in the SF128 icon.
- *
- * Device = scsi.device
- * Unit = 4
- */
-